Welcome![Sign In][Sign Up]
Location:
Search - dining philosophers

Search list

[Data structsjiucan

Description: 关于哲学家就餐的问题,这只是个源码,我想要个课程设计形式的-On the dining philosophers, which is only a source, I want a form of curriculum design
Platform: | Size: 1024 | Author: yangji | Hits:

[Data structsphilosopher_th

Description: 五个哲学家的就餐问题,用线程编写的。不存在饿死的情况-Five dining philosophers problem, prepared by the thread. The situation of starving to death does not exist
Platform: | Size: 6144 | Author: lq | Hits:

[OS DevelopuC_OS-II

Description: uC_OS-II内核实验指导书和实验程序,是我们做uC_OS-II内核实验时的资料,实验程序有:内存管理、任务管理、时钟中断、消息队列、优先级反转、优先级继承、哲学家就餐等。-uC_OS-II core experiments and experimental procedures for the guidance of the book is that we make uC_OS-II core experiment data, experimental procedures are as follows: memory management, mission management, the clock interrupt, message queues, priority inversion, priority inheritance, dining philosophers, etc..
Platform: | Size: 740352 | Author: houlongting | Hits:

[Process-Thread2006527168

Description: 程序是操作系统中比较典型的线程同步算法中的哲学家进餐问题,为防止死锁,采取了两个条件(筷子空闲)同时满足时再允许进餐的办法来解决。-Procedure is a typical operating system thread synchronization algorithm in the dining philosophers problem, in order to prevent deadlock and take the two conditions (free chopsticks) when at the same time meet the permit solution to meal.
Platform: | Size: 524288 | Author: lq | Hits:

[OS Developeat

Description: 用c语言实现了操作系统中的哲学家就餐问题,可以参考-C language used in the operating system to achieve the dining philosophers problem, can refer to
Platform: | Size: 5120 | Author: l | Hits:

[Windows Developeating

Description: 哲学家进餐问题的详细解答,请大家共同提高-Dining philosophers problem in detail, let us together raise
Platform: | Size: 526336 | Author: 万永超 | Hits:

[JSP/Javathread

Description: 利用JAVA实现了多线程编程,解决哲学家就餐问题-JAVA achieved using multi-threaded programming, solve the dining philosophers problem
Platform: | Size: 2048 | Author: huajjj123 | Hits:

[OS Developeating

Description: 操作系统中关于哲学家进餐问题的演示,哲学家左右两边的筷子,分别用一个变量表示,这是一个很经典的问题。该程序在VC环境下运行。-Operating system on the dining philosophers problem presentation, philosophers on both sides of the chopsticks, were used to express a variable, this is a very classic problem. The procedures in the VC environment.
Platform: | Size: 522240 | Author: 汪玉玲 | Hits:

[OS DevelopDiningPhilosophor1

Description: 哲学家进餐问题,课程设计,界面友好,实现功能很好。模拟了同步互斥-Dining philosophers problem, curriculum design, friendly interface and good functionality realize. Simulation of synchronous mutex
Platform: | Size: 550912 | Author: wangmeijuan | Hits:

[uCOSTC-ucos-philos-comment-in-detail

Description: TC-ucos-philos-详细注释.rar 用TC编译ucos并在图像化界面下演示哲学家就餐问题,采用信号量机制,程序有BUG,不能顺利运行,但是我写了很多注释,有兴趣的朋友可以继续做下去,我的邮箱xuxi009@163.com可与我联系。注意图形界面驱动的路径要和源文件中的相同否则无法显示图形界面,相信用过TC的图形界面的明白,呵呵。-TC-ucos-philos-detailed notes. Rar uCOS compiled by TC and the image of interface presentation dining philosophers problem, using semaphore mechanism, the process by BUG, not a smooth run, but I write a lot of notes, are interested in friends can continue to do so, I can xuxi009@163.com-mail to contact me. Attention-driven graphical interface and the source file path to the same graphical interface or can not be displayed, I believe that TC used to understand graphical interface,呵呵.
Platform: | Size: 3765248 | Author: xuxi | Hits:

[uCOSARM-UCOS-philos

Description: 在S3C44b0上移植ucos并实现哲学家就餐问题的演示,信息从uart0口输出,这是我学习上课时做的一个实验,见笑见笑了-S3C44B0 uCOS transplantation in the dining philosophers problem and the realization of the demonstration, information from the UART0 port output, this is my learning in class to do an experiment, a laughing stock of a laughing stock of the
Platform: | Size: 470016 | Author: xuxi | Hits:

[JSP/Javajava_threaddemo

Description: 哲学家就餐是一个经典的Java多线程编程的实例,这是图形版。涉及到线程同步与互斥,临界区访问问题以及避免死锁的方法。 -Dining philosophers is a classic multi-threaded Java programming examples, this is the graphics version. Related to thread synchronization and mutual exclusion, critical area to visit, as well as ways to avoid deadlock.
Platform: | Size: 107520 | Author: 丁丁 | Hits:

[Windows Developeating

Description: 哲学家就餐问题 哲学家就餐问题 哲学家就餐问题-Dining philosophers problem Dining philosophers problem Dining philosophers problem
Platform: | Size: 517120 | Author: 韩冰 | Hits:

[Windows DevelopphilosopheDining

Description: 死锁--哲学家就餐问题.完整源码,并可直接运行.-Deadlock- dining philosophers problem. Complete source code can be run directly.
Platform: | Size: 1363968 | Author: JUDY | Hits:

[Linux-Unixdining_philosopher.tar

Description: 哲学家进餐经典算法的pthread多线程实现代码-Classic dining philosophers pthread algorithm to achieve multi-threaded code
Platform: | Size: 1024 | Author: brave_gen | Hits:

[OS DevelopPhilosopherDining

Description: 在 WINDOWS 系统中实现哲学家就餐问题的死锁和不死锁两种解法。-WINDOWS system to achieve in the dining philosophers problem of deadlock and deadlock two solution.
Platform: | Size: 1345536 | Author: 彭格 | Hits:

[OS Developfood

Description: 哲学家进餐问题 操作系统的几大代码之一-Dining philosophers problem of operating system, one of several major code
Platform: | Size: 526336 | Author: liuguo | Hits:

[OS Developdeadlock

Description: 操作系统课程设计:死锁问题。 哲学家进餐问题的解决!!!很好的操作系统大作业!-Operating systems curriculum design: Deadlock problem. Dining philosophers problem! ! ! Very good major operating system!
Platform: | Size: 47104 | Author: 张薇薇 | Hits:

[Process-Threadphilosopher

Description: 哲学家进餐问题是荷兰学者Dijkstra 提出的经典问题之一,它是一个信号量机制问题的应用,在操作系统文化史上具有非常重要的地位。对该问题的剖析有助于学生深刻地理解计算机系统中的资源共享、进程同步、死锁等问题,并能熟练地应用信号量来解决生活中的控制流程,即将生活中的控制流程用形式化的方式表达出来。-Dining philosophers problem is that the Dutch scholars Dijkstra classic one of the issues raised, it is a semaphore mechanism for the application of cultural history in the operating system has a very important position. Analysis of the problem can help students a deeper understanding of computer systems in resource sharing, process synchronization, deadlocks and other issues, and skilled use of semaphores to solve the life of the control flow, is about the life of the control flow with formal way to express.
Platform: | Size: 40960 | Author: 贺美琛 | Hits:

[Documentsmultithreadingjava

Description: 鈥?What Is a Thread? o The Thread Class o Simple Thread Examples 鈥?Problems with Multithreading o What Goes Wrong? o Thread Names and Current Threads o Java s synchronized 鈥?Synchronizing Threads o Multiple Locks 鈥?The Dining Philosophers Problem o Deadlocks o A Solution to the Dining Philosophers Problem o Java s wait() and notify() o Dining Philosophers Example 鈥?Summary
Platform: | Size: 28672 | Author: tutm | Hits:
« 1 2 3 4 5 6 78 9 10 11 12 13 14 »

CodeBus www.codebus.net